.play {
	width: 980px;
	height: 374px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.big_pic {
	width: 980px;
	height: 374px;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;
}
.big_pic li {
	width: 980px;
	height: 374px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.big_pic li img {
	width: 980px;
}
.mark_left {
	width: 490px;
	height: 374px;
	position:absolute;
	left: 0;
	top: 0;
	filter: alpha(opacity:10);
	opacity: 0.1;
	z-index:3000;
}
.mark_right {
	width: 490px;
	height: 374px;
	position: absolute;
	left: 490px;
	top: 0;
	filter: alpha(opacity:10);
	opacity: 0.1;
	z-index: 3000;
}
.big_pic .prev1 {
	width: 60px;
	height: 60px;
	background:url('../Images/btn.png') no-repeat;
	position: absolute;
	top: 155px;
	left: 0px;
	z-index: 3001;
	filter:alpha(opacity:0);
	opacity:0;
	cursor:pointer; }

.big_pic .next1 {
	width: 60px;
	height:60px;
	background:url('../Images/btn2.png') no-repeat;
	position: absolute;
	top: 155px;
	right: 0px;
	z-index: 3001;
	filter:alpha(opacity:0);
	opacity:0;
	cursor: pointer;
}
.small_pic {
	width:410px;
	height:130px;
	position:relative;
	top:-150px;
	left:520px;
	overflow: hidden;
	z-index: 99999;
}
.small_pic ul {
	margin: 0;
	padding: 0;
	height:130px;
	position:absolute;
	top: 0;
	left: 0;
}
.small_pic li {
	width: 187px;
	height: 130px;
	float: left;
	padding-right: 30px;
	background: url('../Images/loading.gif') no-repeat center center;
	cursor: pointer;
	filter: alpha(opacity:30);
	opacity:0.3;
}
.small_pic img {
	width: 187px;
	height:130px;
}